home *** CD-ROM | disk | FTP | other *** search
/ Digital Pose Collection / Digital Pose Collection.iso / mac / POSE / DATA / MAIN.DXR / 00505.ls < prev    next >
Encoding:
Text File  |  1996-06-18  |  341 b   |  13 lines

  1. on mouseUp
  2.   global gqtcastnum, gfilename, gfacecastnum, gface
  3.   if gface = 1 then
  4.     set the visible of sprite 1 to 0
  5.     set the fileName of cast gfacecastnum to "F" & gfilename & ".pct"
  6.     set the visible of sprite 48 to 1
  7.   else
  8.     set the visible of sprite 48 to 0
  9.     set the visible of sprite 1 to 1
  10.     updateStage()
  11.   end if
  12. end
  13.